ContextCreatedEvent

data class ContextCreatedEvent(context: BaseAudioContext) : Event

Notifies that a new BaseAudioContext has been created.

Constructors

ContextCreatedEvent
Link copied to clipboard
fun ContextCreatedEvent(context: BaseAudioContext)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

context
Link copied to clipboard
val context: BaseAudioContext

Sources

jvm source
Link copied to clipboard